Einhugur macOS Bridge plugin.

EinhugurVisionBridge.VNImageRequestHandler Class

An object that processes one or more image-analysis request pertaining to a single image.

Instantiate this handler to perform Vision requests on a single image.

EinhugurCoreBridge.NSObject
   VNImageRequestHandler

class EinhugurVisionBridge.VNImageRequestHandler

Constructors

VNImageRequestHandlerA constructor that takes CGImage as parameter.

Properties

ClassName (Inherited) (desktop - console) Returns the name of the Cocoa class under the hood as String.
Handle (Inherited) Returns Integer handle to the native NSObject structure.

Methods

shared CastDoes deep cast on incoming NSObject to VNImageRequestHandler.
shared FromIntegerPtrConstructs VNImageRequestHandler object from Integer handle coming from declares or 3rd party plugin.
shared IsVNImageRequestHandlerReturns true if the NSObject under the hood is VNImageRequestHandler or derived from VNImageRequestHandler.
PerformRequestsStarts performing Vision requests.
Release (Inherited) Releases the NSObject.
Retain (Inherited) Retains the NSObject

Constants

Version = 5.0 (Inherited)

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • iOS
  • Unsupported Platforms:

  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit